home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / vwgif11.zip / VIEWGIF.DOC < prev    next >
Text File  |  1993-03-05  |  4KB  |  117 lines

  1.  
  2.  
  3. VIEWGIF v1.0 (c) Andrew Ramsey - The Keep BBS (215)855-0401
  4.  
  5.  
  6. History:
  7. -------
  8.  
  9.      Well, this is how it all started... I wanted to go through the
  10.      GIFs I had online and recatagorize them and purge poor quality
  11.      ones to conserve space. Dropping to DOS and loading a GIF viewer to
  12.      view each GIF was getting rediculous. I thought it would be great to
  13.      have the option available right through the BBS. The only problem is
  14.      I couldn't just put a GIF viewer in the batch file that calls my
  15.      archived file viewer... wouldn't be to good to have the board lock up
  16.      when a user would try to view a GIF. So, I wrote this program...
  17.      Now, I can screen GIFs after they are uploaded and move them to their
  18.      proper area without ever leaving the BBS or dropping to DOS.  
  19.      I find the time it has saved me and ease of use well worth it!
  20.   
  21. Description:
  22. -----------
  23.     
  24.      VIEWGIF when put into your archived file viewer batch file will allow
  25.      a SYSOP when logged on locally to view GIFs. It will automatically
  26.      determine when the user is on locally or remotely and function
  27.      accordingly. Remote users will not even know it was run. Your archive
  28.      viewer will load up for them. For local users... the GIF will appear
  29.      and when you are done your BBS will come back up.
  30.  
  31.      VIEWGIF is fully customizable as to which GIF viewer used. You pick!
  32.  
  33. Setup:
  34. -----
  35.  
  36.      I've been using it on my Wildcat! 3.xx system without any glitches.
  37.      For an example of the command line structure just type 
  38.      
  39.      VIEWGIF <enter>
  40.        or
  41.      VIEWGIF /?
  42.  
  43.      Command line structure:
  44.  
  45.      VIEWGIF <dropfile> <giffile> <gifviewer>
  46.  
  47.              <dropfile>  Complete path and name of DOOR.SYS
  48.              <giffile>   Complete path and name of GIF to view
  49.              <gifviewer> Commands needed to load GIF viewer
  50.  
  51.   
  52.     Here is an example of my VIEWCOMP.BAT for Wildcat! 3.xx:
  53.  
  54.     ----------------------------------------------------
  55.     echo off
  56.     cls
  57.     VIEWGIF c:\wc30\wcwork\node1\door.sys %1 picem /v:r
  58.     dataview c:\wc30\dataview.cfg %1
  59.     ----------------------------------------------------
  60.  
  61.     All you have to do is hit [V]iew compressed file and
  62.     VIEWGIF will take over.
  63.     
  64.     I use PICEM to view the GIFs and it works great. Others
  65.     will work, though. Just make sure you include any needed 
  66.     commands for it to operate properly on the command line.
  67.  
  68.     VIEWGIF should work with any system that creates a standard
  69.     DOOR.SYS drop file. Currently that is all that it supports.
  70.     Others might be added in the future.
  71.  
  72.  
  73. Registration:
  74. ------------
  75.  
  76.     This program is distributed as Shareware. You are allowed a 
  77.     reasonable time to test it, but after 15 days you should register
  78.     or discontinue use.
  79.  
  80.     This unregistered version is fully functional, but has a 5 second
  81.     delay at the begining. By registering the delay will be removed and
  82.     a nice [REGISTERED] Thank you! message will be displayed REAL QUICK!
  83.     Please help support Shareware. See REGISTER.FRM for more details.
  84.     Thanks!
  85.  
  86.  
  87. Bugs:
  88. ----
  89.  
  90.     Any bugs should be reported to me:
  91.        
  92.       Andrew Ramsey                  The Keep BBS (215)855-0401
  93.       976 Jacks Lane          or     Netmail 1:273/731 FidoNet
  94.       Lansdale, PA 19446             FidoNet Wildcat! Conference 
  95.  
  96.  
  97. Warranty:
  98. --------
  99.  
  100.     This software is distributed AS-IS... I make no guarantee other than
  101.     this program will take up space. I will not be responsible and any damage
  102.     incurred through use or misuse of this software. By using this software you
  103.     agree to the above statements.
  104.  
  105. Revision History:
  106. ----------------
  107.  
  108. 03-03-93
  109.  
  110.       v1.0 Initial Release
  111.  
  112. 03-05-93
  113.  
  114.       v1.1 Bug fix. In the initial release I didn't realize that the 
  115.            unregistered version was causing a pause for all files whether
  116.            a user was online or not. This has been corrected.
  117.